Skip to content

Updated keywords.txt #3180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2015
Merged

Updated keywords.txt #3180

merged 1 commit into from
May 18, 2015

Conversation

Chris--A
Copy link
Contributor

This commit fixes some highlighting issues due to multiple keyword
entries.

The missing C++ keywords have been added.

A set of standard fixed sized integers has been added also: uint8_t,
int32_t,...

This also resolves #3175

This commit fixes some highlighting issues due to multiple keyword
entries.

The missing C++ keywords have been added.

A set of standard fixed sized integers has been added also: uint8_t,
int32_t,...
@facchinm
Copy link
Member

@00alis can you check this?

@Chris--A
Copy link
Contributor Author

Here is a list of C++ keywords, and the intX_t variations you can paste into the IDE.

alignas
alignof
asm
auto
bool
break
case
catch
char
char16_t
char32_t
class
const
constexpr
const_cast
continue
decltype
default
delete
do
double
dynamic_cast
else
enum
explicit
export
extern
false
float
for
friend
goto
if
inline
int
long
mutable
namespace
new
noexcept
nullptr
operator
private
protected
public
register
reinterpret_cast
return
short
signed
sizeof
static
static_assert
static_cast
struct
switch
template
thread_local
throw
true
try
typedef
typeid
typename
union
using
virtual
void
volatile
while
unsigned
wchar_t
byte
char
long
float
double
word

DEC
BIN
HEX
OCT

int8_t 
int16_t 
int32_t 
int64_t 
uint8_t 
uint16_t 
uint32_t 
uint64_t

@ffissore ffissore self-assigned this May 18, 2015
ffissore added a commit that referenced this pull request May 18, 2015
@ffissore ffissore merged commit d08ef89 into arduino:master May 18, 2015
@Chris--A Chris--A deleted the keywords_update branch May 18, 2015 12:04
@ffissore ffissore modified the milestone: Release 1.6.5 May 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wrong "word" color...
3 participants